home *** CD-ROM | disk | FTP | other *** search
/ The Trig Explorer / The Trig Explorer.iso / mac / Explorer / Colorlit.dxr / 00202.ls < prev    next >
Encoding:
Text File  |  1998-07-22  |  524 b   |  19 lines

  1. on beginSprite me
  2.   set the cursor of sprite the spriteNum of me to [member "Hand", member "Hand Mask"]
  3. end
  4.  
  5. on endSprite me
  6.   set the cursor of sprite the spriteNum of me to 0
  7.   set the constraint of sprite 13 to 0
  8.   set the constraint of sprite 15 to 0
  9.   set the constraint of sprite 16 to 0
  10. end
  11.  
  12. on mouseDown me
  13.   set the cursor of sprite the spriteNum of me to [member "Closed Hand", member "Closed Hand Mask"]
  14. end
  15.  
  16. on mouseUp me
  17.   set the cursor of sprite the spriteNum of me to [member "Hand", member "Hand Mask"]
  18. end
  19.